button{
    cursor: pointer;
}
button:active{
    background-color: black;
    color: white;
}